Get Specific Channel Details
The Get Specific Channel Details request retrieves the details of a specific channel defined in Live Platform. See also Channel Management.
URI
{{baseUrl}}/api/ovoc/v1/topology/channels/{id:int}
HTTP Method
GET
Request Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{id:int} |
long |
Channel Id |
Example Response
{
"definedAt": "2025-08-12T07:02:10.822+0000",
"adGroupName": null,
"dmSourceEmail": null,
"iamAccountId": "80737ce0-dab9-4c38-b894-8d2084d01866",
"lastChanged": "2025-11-16T16:20:05.808+0000",
"description": "Roy MY Channel as Service Provider",
"maxCustomers": 0,
"services": {
"LIVE_CX": {
"meteringTag": "",
"enabled": true
},
"WEBEX_CLOUD_CONNECT": {
"meteringTag": "",
"enabled": true
},
"MI_REGIONAL": {
"meteringTag": "",
"enabled": false,
"info": {}
},
"DM": {
"meteringTag": "",
"enabled": true
},
"LIVEHUB": {
"meteringTag": "",
"enabled": false
},
"GENERIC": {
"meteringTag": "",
"enabled": true
},
"STNG_REGIONAL": {
"meteringTag": "",
"enabled": false
},
"OC": {
"meteringTag": "",
"enabled": true
},
"SMART_TAP": {
"enabled": false
},
"WEBEX_LGW": {
"meteringTag": "",
"enabled": true
},
"MEETING_INSIGHTS": {
"meteringTag": "",
"enabled": true,
"info": {
"enableCustomTemplateManagement": false
}
},
"ZOOM": {
"meteringTag": "",
"enabled": true
},
"LTC": {
"meteringTag": "",
"enabled": true
},
"STNG": {
"meteringTag": "",
"enabled": false
},
"HYBRID_ENTITIES": {
"meteringTag": "",
"enabled": true
},
"VOCA": {
"meteringTag": "",
"enabled": false,
"info": {
"subRegionalVocaIds": []
}
}
},
"adGroupId": null,
"url": "/ovoc/v1/topology/channels/1315855",
"msTenantId": "65473cee-4b18-461b-8bb3-66e9e1f8762c",
"vocaProviderId": null,
"servicesNumber": 10,
"appRegistrationSettings": {
"msTenantId": "65473cee-4b18-461b-8bb3-66e9e1f8762c",
"clientId": "",
"cloudUrl": "https://login.microsoftonline.com/",
"displayName": null,
"identityAuthority": "MS_ENTRA_PUBLIC",
"urlMode": "organizations",
"clientSecret": "",
"portalFqdn": "",
"isEnable": false
},
"name": "RoyChannel",
"tenantId": 508,
"id": 1315855,
"customers": [
1315804
],
"isCommitmentApproved": false,
"logoId": 579,
"contacts": {
"secondaryEmail": null,
"phone": null,
"generalInfo": null,
"email": null,
"secondaryPhone": null
}
}
HTTP Responses
| ■ | 200 OK |
|
Parameter |
Type |
Description |
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
definedAt |
string($date-time) |
Date and time of the creation of the customer entity in Live Platform Operation Center. |
|||||||||||||||||||||||||||
|
adGroupName |
string |
|
|||||||||||||||||||||||||||
|
dmSourceEmail |
|
|
|||||||||||||||||||||||||||
|
iamAccountId |
string |
IAM account number of the customer in Live Platform Operation Center. |
|||||||||||||||||||||||||||
|
lastChanged |
string($date-time) |
Date and time of the last modification of the channel. |
|||||||||||||||||||||||||||
|
description |
string |
Short text description of the channel. |
|||||||||||||||||||||||||||
|
maxCustomers |
|
|
|||||||||||||||||||||||||||
|
services |
dictionary |
|
|||||||||||||||||||||||||||
|
meteringTag |
string |
Metering tag of the channel |
|||||||||||||||||||||||||||
|
enabled |
boolean |
|
|||||||||||||||||||||||||||
|
enableCustomTemplateManagement |
boolean |
|
|||||||||||||||||||||||||||
|
subRegionalVocaIds (Voca) |
|
|
|||||||||||||||||||||||||||
|
adGroupId |
|
|
|||||||||||||||||||||||||||
|
url |
string |
Rest URL for retrieving information on the channel. /ovoc/v1/topology/lcCustomers/<channelId> |
|||||||||||||||||||||||||||
|
msTenantId |
|
|
|||||||||||||||||||||||||||
|
vocaProviderId |
|
|
|||||||||||||||||||||||||||
|
servicesNumber |
|
|
|||||||||||||||||||||||||||
|
appRegistrationSettings |
|
|
|||||||||||||||||||||||||||
|
msTenantId |
string |
Microsoft Entra Tenant Id |
|||||||||||||||||||||||||||
|
clientId |
string |
Microsoft Entra ID Application (Client) Id of the Live Platform portal registration. |
|||||||||||||||||||||||||||
|
cloudUrl |
string |
Login URL to Microsoft Entra ID: https://login.microsoftonline.com/ |
|||||||||||||||||||||||||||
|
displayName |
string |
|
|||||||||||||||||||||||||||
|
identityAuthority |
|
MS_ENTRA_PUBLIC |
|||||||||||||||||||||||||||
|
urlMode |
AzureADPathType |
|
|||||||||||||||||||||||||||
|
clientSecret |
|
|
|||||||||||||||||||||||||||
|
portalFqdn |
|
|
|||||||||||||||||||||||||||
|
isEnable |
boolean (default: false) |
|
|||||||||||||||||||||||||||
|
name |
string |
Name of the channel |
|||||||||||||||||||||||||||
|
tenantId |
|
?? |
|||||||||||||||||||||||||||
|
id |
long |
Channel Id |
|||||||||||||||||||||||||||
|
customers |
list array |
List of Ids of attached customers |
|||||||||||||||||||||||||||
|
isCommitmentApproved |
boolean (default: false) |
|
|||||||||||||||||||||||||||
|
logoId |
long |
Id of the logo attached to the customer |
|||||||||||||||||||||||||||
|
contacts |
dictionary |
Contact details of the customer:
|
|||||||||||||||||||||||||||
|
secondaryEmail |
string |
Customer Secondary email address. |
|||||||||||||||||||||||||||
|
phone |
string |
Customer phone number. |
|||||||||||||||||||||||||||
|
generalInfo |
string |
|
|||||||||||||||||||||||||||
|
|
string |
Customer email address. |
|||||||||||||||||||||||||||
|
secondaryPhone |
string |
Customer Secondary phone number. |